net: mvpp2: finally add the PPv2.2 compatible string
authorThomas Petazzoni <[email protected]>
Mon, 20 Feb 2017 10:54:31 +0000 (11:54 +0100)
committerStefan Roese <[email protected]>
Wed, 29 Mar 2017 05:42:01 +0000 (07:42 +0200)
Now that the mvpp2 driver has been modified to accommodate the support
for PPv2.2, we can finally advertise this support by adding the
appropriate compatible string.

Signed-off-by: Thomas Petazzoni <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
drivers/net/mvpp2.c

index c683fff53f86e7666fc6c10389d2680e774b8fd0..16da28de69bb70695270be42f84d68e26cf543f0 100644 (file)
@@ -4541,6 +4541,10 @@ static const struct udevice_id mvpp2_ids[] = {
                .compatible = "marvell,armada-375-pp2",
                .data = MVPP21,
        },
+       {
+               .compatible = "marvell,armada-7k-pp22",
+               .data = MVPP22,
+       },
        { }
 };